home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3993 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: sed.psrw.com!psinntp!psinntp!psinntp!pipeline!not-for-mail
  2. From: chelya@nyc.pipeline.com (Andrey Akselrod)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++4.52 executale size
  5. Date: 26 Jan 1996 19:11:48 -0500
  6. Organization: The Pipeline
  7. Message-ID: <4ebqk4$5o0@pipe1.nyc.pipeline.com>
  8. References: <marnoldDLs8JJ.4DJ@netcom.com>
  9. NNTP-Posting-Host: pipe1.nyc.pipeline.com
  10. X-PipeUser: chelya
  11. X-PipeHub: nyc.pipeline.com
  12. X-PipeGCOS: (Andrey Akselrod)
  13. X-Newsreader: The Pipeline v3.4.0
  14.  
  15. Everything is OK. 
  16. They have much more stuff in their libraries. C++ is more advanced in 4.52.
  17.  
  18. -- 
  19.    Andrey Akselrod 
  20.    --Somewhere in time. 
  21.    chelya@nyc.pipeline.com 
  22.  
  23. On Jan 26, 1996 09:47:42 in article <Re: BC++4.52 executale size>,
  24. 'marnold@netcom.com (Matt Arnold)' wrote: 
  25.  
  26.  
  27. >young@hntp2.hinet.net (young) writes: 
  28. >>Two programs that do essentially the same thing, 
  29. >>with one made by BC++4.52 and the other made 
  30. >>by BC++3.1, have very different executable size. 
  31. >> 
  32. >>The one made by BC++4.52 has more than double the 
  33. >>size as the one made by BC++3.1. An About-dialog 
  34. >>class which includes <owl\dialog.h> and <owl\edit.h> 
  35. >>has a compiled object of 150,225 Bytes. It only 
  36. >>shows the version number and four copyright lines. 
  37. >> 
  38. >>Is this "normal" with BC++4.52, or, am I missing 
  39. >>something? 
  40. >> 
  41. >Did you compile with "debug info" on or off?  Often times, with 
  42. >modern C++ compilers, the debug information (embedded in the  
  43. >executable file) can be larger than the actual program.  Try 
  44. >again with debug info off (or use the TDSTRIP.EXE utility on your 
  45. >current .EXE). 
  46. >You might also try fiddling with some of the optimization options. 
  47. >Regards, 
  48. >------------------------------------------------------------------------- 
  49. >Matt Arnold                       |        | ||| | |||| |  | | || || 
  50. >marnold@netcom.com                |        | ||| | |||| |  | | || || 
  51. >Boston, MA                        |      0 | ||| | |||| |  | | || || 
  52. >617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || || 
  53. >C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || || 
  54. >------------------------------------------------------------------------- 
  55.